home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-04 | 699 b | 36 lines | [TEXT/KAHL] |
- //•-----------------------------------------------------------------------•//
- //• OvalGlobals.h •//
- //•-----------------------------------------------------------------------•//
-
- short npictButton,
- nbitmapButton,
- nintButton,
- nfpButton,
- nhiddenlinesBox,
- nlnlBox,
- nsquareBox;
-
- long backgroundC,
- earthbackgroundC,
- earthoutlineC,
- ovalTotalC,
- verticalC,
- landC;
-
- Rect H_OvalTotalBarRect,
- V_OvalTotalBarRect,
- H_OvalTotalDataRect,
- V_OvalTotalDataRect,
- horizontalBarRect,
- horizontalDataRect,
- verticalBarRect,
- verticalDataRect,
- controlsRect,
- buttonRect;
-
- ControlHandle hOvalTotalBar,
- vOvalTotalBar,
- verticalBar,
- horizontalBar,
- goButton;
-